isValidEntry

abstract fun isValidEntry(input: Any?): Boolean

Tests an arbitrary input to determine if it is a valid input to this Entry. Inputs are not (necessarily) Entry, the term is used here in the general sense

Author

fzzyhmstrs

Since

0.2.0

Parameters

input

Nullable, Any value to test for validity

See also